home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / komunikace / ie7pro / IE7proSetup.exe / {app} / plugins / accuweather / css / findLocation.css
Cascading Style Sheet File  |  2007-03-20  |  1KB  |  93 lines

  1. body {
  2. width:234px;
  3. height:175px;
  4.  
  5. margin:0;
  6. }
  7.  
  8. body,td,th {
  9. font-family:Verdana, Arial, Helvetica, sans-serif;
  10. font-size:10px;
  11. color:#000;
  12. }
  13.  
  14. content {
  15. top:10px;
  16. left:10px;
  17.  
  18. }
  19.  
  20. table.dataTable th {
  21. border-right:1px solid #999;
  22. border-top:1px solid #999;
  23. background:#ccc;
  24. font-weight:700;
  25. margin:0;
  26. padding:4px 3px 3px 4px;
  27. }
  28.  
  29. div.lookupLabel {
  30. left:15px;
  31. top:10px;
  32.  
  33. color:#000;
  34. font-weight:700;
  35. }
  36.  
  37. .link {
  38. color:#000;
  39. text-decoration:none;
  40. }
  41.  
  42. .rotatingLink {
  43. color:#000;
  44. }
  45.  
  46. div.searchBox {
  47. left:15px;
  48. top:30px;
  49.  
  50. color:#FFF;
  51. }
  52.  
  53. div.searchImage {
  54. left:135px;
  55. top:33px;
  56.  
  57. color:#FFF;
  58. cursor:hand;
  59. }
  60.  
  61. div.rotatingLink {
  62. left:115px;
  63. top:10px;
  64.  
  65. color:#000;
  66. cursor:hand;
  67. }
  68.  
  69. input.inputBox {
  70. font-family:Verdana, Arial, Helvetica, sans-serif;
  71. font-size:10px;
  72. }
  73.  
  74. div.scrollTableContainer {
  75. height:299px;
  76. overflow:auto;
  77. width:399px;
  78. position:relative;
  79. left:15px;
  80. display:none;
  81. top:40px;
  82. margin:15px 0 0;
  83. }
  84.  
  85. div.scrollTableContainer table {
  86. width:180px;
  87. }
  88.  
  89. div.scrollTableContainer thead tr {
  90. position:relative;
  91. left:-1px;
  92. }
  93.